The number of test points of the total system can be established by entering what is now known in the formula below:
TP = ΣTPf + ((FP * Qs) / 500 )
TP = the number of test points of the total system
ΣTPf = the sum of the number of test points per function (dynamic test points)
FP = number of function points of the total system (minimal value 500)
Qs = weight factor of static quality characteristics
Calculation
example - Calculation of total number of test points (TP)
TP = 32 + ((500 * 16) / 500) = 48
|